PDF4Java Reference Documentation
com.o2sol.pdf4java.document Package / PDFViewerPreferences Class / setIsWindowUIHidden Method
True if user interface elements in the document’s window (such as scroll bars and navigation controls) are hidden, leaving only the document's contents displayed.
In This Topic
    setIsWindowUIHidden Method
    In This Topic
    Sets a value indicating whether to hide user interface elements.
    Syntax
    public void setIsWindowUIHidden( 
       boolean value
    )

    Parameters

    value
    True if user interface elements in the document’s window (such as scroll bars and navigation controls) are hidden, leaving only the document's contents displayed.
    See Also